crypto/tls.newSessionTicketMsgTLS13.ageAdd (field)

4 uses

	crypto/tls (current package)
		handshake_client_tls13.go#L673: 		ageAdd:             msg.ageAdd,
		handshake_messages.go#L974: 	ageAdd       uint32
		handshake_messages.go#L989: 		b.AddUint32(m.ageAdd)
		handshake_messages.go#L1018: 		!s.ReadUint32(&m.ageAdd) ||